

.termine-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-around; */
}

.year {
    margin: 30px;
    min-width: 300px;
}

.year h2 {
    margin: 10px 0px;
}